Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2025

Bumps the go group with 12 updates:

Package From To
github.com/fluxcd/image-automation-controller/api 0.39.0 0.40.0
github.com/fluxcd/image-reflector-controller/api 0.33.0 0.34.0
github.com/fluxcd/notification-controller/api 1.4.0 1.5.0
github.com/fluxcd/pkg/runtime 0.53.0 0.53.1
github.com/fluxcd/pkg/ssa 0.45.0 0.45.1
github.com/fluxcd/source-controller/api 1.4.1 1.5.0
k8s.io/api 0.32.1 0.32.2
k8s.io/apiextensions-apiserver 0.32.1 0.32.2
k8s.io/apimachinery 0.32.1 0.32.2
k8s.io/cli-runtime 0.32.1 0.32.2
k8s.io/client-go 0.32.1 0.32.2
sigs.k8s.io/controller-runtime 0.20.1 0.20.2

Updates github.com/fluxcd/image-automation-controller/api from 0.39.0 to 0.40.0

Release notes

Sourced from github.com/fluxcd/image-automation-controller/api's releases.

v0.40.0

Changelog

v0.40.0 changelog

Container images

  • docker.io/fluxcd/image-automation-controller:v0.40.0
  • ghcr.io/fluxcd/image-automation-controller:v0.40.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/image-automation-controller/api's changelog.

0.40.0

Release date: 2025-02-14

This prerelease comes with support for GitHub App authentication for GitHub repositories using the .spec.provider field by setting it to github on the GitRepository object associated with an ImageUpdateAutomation object.

In addition, the Kubernetes dependencies have been updated to v1.32.1 and various other controller dependencies have been updated to their latest version.

Fixes:

Improvements:

... (truncated)

Commits
  • 5e98055 Merge pull request #847 from fluxcd/release-v0.40.0
  • f6eed85 Release v0.40.0
  • 03b9190 Merge pull request #846 from fluxcd/add-missing-optional
  • 8d5084b Add missing optional to messageTemplateValues API
  • 02b165f Merge pull request #843 from fluxcd/dependabot/github_actions/ci-4ac27b1555
  • 79136ad Bump the ci group across 1 directory with 2 updates
  • d5c29a3 Merge pull request #780 from dipti-pai/github-app-auth
  • f03a53d [RFC-007] Implement GitHub app authentication for git repositories in IAC
  • 4bdd80f Merge pull request #845 from fluxcd/upgrade-deps
  • 9f17c8b Update source-controller API to v1.5.0 and image-reflector-controller
  • Additional commits viewable in compare view

Updates github.com/fluxcd/image-reflector-controller/api from 0.33.0 to 0.34.0

Release notes

Sourced from github.com/fluxcd/image-reflector-controller/api's releases.

v0.34.0

Changelog

v0.34.0 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v0.34.0
  • ghcr.io/fluxcd/image-reflector-controller:v0.34.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/image-reflector-controller/api's changelog.

0.34.0

Release date: 2025-02-13

This prerelease comes with various bug fixes and improvements.

In addition, the Kubernetes dependencies have been updated to v1.32.1 and various other controller dependencies have been updated to their latest version.

Fixes:

  • Remove deprecated object metrics from controllers #677
  • Various CI fixes #678 #688

Improvements:

Commits
  • dfa82b6 Merge pull request #730 from fluxcd/release-v0.34.0
  • 2ed1583 Release v0.34.0
  • 228dc28 Merge pull request #728 from fluxcd/upgrade-deps
  • a58003e Upgrade pkg/runtime
  • c751d80 Merge pull request #725 from fluxcd/controller-runtime-v0.20.1
  • 6737e62 Update dependencies
  • 73fb395 Merge pull request #717 from fluxcd/dependabot/go_modules/github.com/golang/g...
  • 21c087e Bump github.com/golang/glog from 1.1.1 to 1.2.4
  • 20a792c Merge pull request #698 from fluxcd/upgrade-runtime
  • 3e432ad Upgrade runtime
  • Additional commits viewable in compare view

Updates github.com/fluxcd/notification-controller/api from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/fluxcd/notification-controller/api's releases.

v1.5.0

Changelog

v1.5.0 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.5.0
  • ghcr.io/fluxcd/notification-controller:v1.5.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/notification-controller/api's changelog.

1.5.0

Release date: 2025-02-13

This minor release comes with various bug fixes and improvements.

Alert

Now notification-controller also sends event metadata specified in Flux objects through annotations. See docs.

Now notification-controller is also capable of updating Git commit statuses from events about Kustomizations that consume OCIRepositories. See docs.

Receiver

The Receiver API now supports filtering the declared resources that match a given Common Expression Language (CEL) expression. See docs.

In addition, the Kubernetes dependencies have been updated to v1.32.1 and various other controller dependencies have been updated to their latest version.

Fixes:

  • Remove deprecated object metrics from controllers #997
  • msteams notifier: adaptive cards full width #1017
  • fix: adding of duplicate commit statuses in gitlab #1010
  • Fix add missing return statement and a few style issues #1039

Improvements:

  • [RFC-0008] Custom Event Metadata from Annotations #1014
  • Add support for MetaOriginRevisionKey from the Event API #1018
  • Add subsection for Git providers supporting commit status updates #1019
  • Add support for Bearer Token authentication to Provider alertmanager #1021
  • Enforce namespace check on receiver #1022
  • Implement Receiver resource filtering with CEL #948
  • Clarify gitlab provider usage #953

... (truncated)

Commits
  • 85d897c Merge pull request #1043 from fluxcd/release-v1.5.0
  • ff00d11 Release v1.5.0
  • 2b3ccd7 Add changelog entry for v1.5.0
  • 384ae98 Merge pull request #1042 from fluxcd/dependabot/go_modules/go-deps-80f865df1d
  • 2295fcf build(deps): bump the go-deps group across 1 directory with 2 updates
  • b64453b Merge pull request #1041 from fluxcd/cel-fixes
  • 3dc0b66 Improvements after CEL resource filtering
  • 022b97c Merge pull request #1040 from fluxcd/grafana-annotations
  • 7a34aee Add involved object reference as annotations for the grafana provider
  • 7e14e41 Merge pull request #953 from swoehrl-mw/clarify-gitlab-provider-usage
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.53.0 to 0.53.1

Commits
  • c911231 Merge pull request #868 from fluxcd/fix-panic
  • 51166e7 Fix panic on nil map entry assignment for custom event metadata
  • 7c90c14 Merge pull request #862 from YvanGuidoin/rework-ssa-diffoptions
  • 88a752e Add tests for DiffOptions.IfNotPresentSelector
  • dd54c6a Align ResourceManager.Diff Skipping resources with ResourceManager.Apply
  • e454462 Merge pull request #864 from fluxcd/internal-deps-bump
  • 2959020 Update internal dependencies
  • See full diff in compare view

Updates github.com/fluxcd/pkg/ssa from 0.45.0 to 0.45.1

Commits
  • 00d1ceb Merge pull request #844 from 94DanielBrown/main
  • 13f8832 chore: add function to group entries by action in changeset output
  • c911231 Merge pull request #868 from fluxcd/fix-panic
  • 51166e7 Fix panic on nil map entry assignment for custom event metadata
  • 7c90c14 Merge pull request #862 from YvanGuidoin/rework-ssa-diffoptions
  • 88a752e Add tests for DiffOptions.IfNotPresentSelector
  • dd54c6a Align ResourceManager.Diff Skipping resources with ResourceManager.Apply
  • See full diff in compare view

Updates github.com/fluxcd/source-controller/api from 1.4.1 to 1.5.0

Release notes

Sourced from github.com/fluxcd/source-controller/api's releases.

v1.5.0

Changelog

v1.5.0 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.5.0
  • ghcr.io/fluxcd/source-controller:v1.5.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/source-controller/api's changelog.

1.5.0

Release date: 2025-02-13

This minor release comes with various bug fixes and improvements.

GitRepository

The GitRepository API now supports authenticating through GitHub App for GitHub repositories. See docs.

In addition, the Kubernetes dependencies have been updated to v1.32.1, Helm has been updated to v3.17.0 and various other controller dependencies have been updated to their latest version.

Fixes:

  • Remove deprecated object metrics from controllers #1686

Improvements:

Commits
  • 301fc72 Merge pull request #1718 from fluxcd/release-v1.5.0
  • 5f4beba Release v1.5.0
  • 428d0c5 Add changelog entry for v1.5.0
  • c5046b8 Merge pull request #1716 from fluxcd/upgrade-deps
  • 32e2089 Upgrade pkg/runtime
  • d71bb70 Merge pull request #1713 from fluxcd/dependabot/github_actions/ci-65554cb917
  • 8b061cf build(deps): bump the ci group across 1 directory with 11 updates
  • 70c482b Merge pull request #1709 from fluxcd/dependabot/go_modules/go-deps-cde8f11869
  • 307edb9 build(deps): bump github.com/fluxcd/pkg/oci
  • 74f2bc8 Merge pull request #1708 from fluxcd/controller-runtime-v0.20.1
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.1 to 0.32.2

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.1 to 0.32.2

Commits

Updates k8s.io/apimachinery from 0.32.1 to 0.32.2

Commits

Updates k8s.io/cli-runtime from 0.32.1 to 0.32.2

Commits

Updates k8s.io/client-go from 0.32.1 to 0.32.2

Commits

Updates sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.20.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.1...v0.20.2

Commits
  • 52b1791 [release-0.20] 🌱 Update dependencies, k8s 1.32.1 (#3108)
  • ed7d2a4 Merge pull request #3106 from k8s-infra-cherrypick-robot/cherry-pick-3103-to-...
  • cad72fa Fix behavior of rate limit option in priorityqueue.AddWithOpts
  • fc48583 [release-0.20] ✨ Expose all Go runtime metrics (#3100)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `0.39.0` | `0.40.0` |
| [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `0.33.0` | `0.34.0` |
| [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.4.0` | `1.5.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.53.0` | `0.53.1` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.45.0` | `0.45.1` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.4.1` | `1.5.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.32.1` | `0.32.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` |


Updates `github.com/fluxcd/image-automation-controller/api` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/fluxcd/image-automation-controller/releases)
- [Changelog](https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-automation-controller@v0.39.0...v0.40.0)

Updates `github.com/fluxcd/image-reflector-controller/api` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/fluxcd/image-reflector-controller/releases)
- [Changelog](https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-reflector-controller@v0.33.0...v0.34.0)

Updates `github.com/fluxcd/notification-controller/api` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/fluxcd/notification-controller/releases)
- [Changelog](https://github.com/fluxcd/notification-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/notification-controller@v1.4.0...v1.5.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.53.0 to 0.53.1
- [Commits](fluxcd/pkg@runtime/v0.53.0...runtime/v0.53.1)

Updates `github.com/fluxcd/pkg/ssa` from 0.45.0 to 0.45.1
- [Commits](fluxcd/pkg@oci/v0.45.0...ssa/v0.45.1)

Updates `github.com/fluxcd/source-controller/api` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/fluxcd/source-controller/releases)
- [Changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/source-controller@v1.4.1...v1.5.0)

Updates `k8s.io/api` from 0.32.1 to 0.32.2
- [Commits](kubernetes/api@v0.32.1...v0.32.2)

Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2)

Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
- [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2)

Updates `k8s.io/cli-runtime` from 0.32.1 to 0.32.2
- [Commits](kubernetes/cli-runtime@v0.32.1...v0.32.2)

Updates `k8s.io/client-go` from 0.32.1 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.1...v0.32.2)

Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.20.1...v0.20.2)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/image-automation-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/image-reflector-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/notification-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2025 06:49
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Feb 16, 2025
@hilmarf hilmarf enabled auto-merge (squash) February 20, 2025 09:34
@hilmarf hilmarf merged commit f097707 into main Feb 20, 2025
5 checks passed
@hilmarf hilmarf deleted the dependabot/go_modules/go-52d01567b0 branch February 20, 2025 09:34
@ocmbot ocmbot bot added this to the 2025-Q1 milestone Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants